home *** CD-ROM | disk | FTP | other *** search
/ The Holy Bible & Other Christian Shareware / The Holy Bible and Other Christian Shareware (Advantage Plus) (1993).ISO / olb / mm.bat < prev    next >
DOS Batch File  |  1993-04-10  |  759b  |  21 lines

  1. echo off
  2. cls
  3. if not %1x == x goto l1
  4. echo      █████████████████████████████████████████████████████████████████████
  5. echo      **                                                                 **
  6. echo      ██                                                                 ██
  7. echo      ██            Type "MM Z" where "Z" is the drive letter of         ██
  8. echo      ██          CD-ROM player to run the Online Bible from CD-ROM.     ██
  9. echo      ██                                                                 ██
  10. echo      **                                                                 **
  11. echo      █████████████████████████████████████████████████████████████████████
  12.  
  13. goto l2
  14. :l1
  15. set cd=%1:
  16. cd bible
  17. call mm
  18. %cd%
  19. cd %cd%\olb
  20. :l2
  21.